A staff created with a skull of a powerful Lich. The curse eminating from this staff will threaten to all those who dare to threaten the wielder of this staff.
MATK + 20%, INT + 1, DEX + 1
Whenever you take a Physical Damage, small chance to cause Curse status ailment to every enemies in the screen. This chance is increased depending on the refinement rate of this weapon.
[ Refine Rate 9~10 ]
You will receive bonus MATK + 3%, Maximum SP + 300.
Класс : Rod
Атака : 60
Вес : 80
Элемент : Undead
Уровень Оружия : 3
Необходимый Lv. : 70
Доступно для : High Mage, High Acolyte, High Priest, High Wizard, Champion, Professor
Улучшается : Да
Доп. информация:
ID : 1624
Цена у NPC : 10
Script :
{ bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; bonus bMatkRate,20; bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+getrefine(); if(getrefine()>=9){ bonus bMatkRate,3; bonus bMaxSP,300; } }
{
...bonus bInt,1;
...bonus bDex,1;
...bonus bAtkEle,Ele_Undead;
...bonus bMatkRate,20;
...bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+getrefine();
...if(getrefine()>=9){
......bonus bMatkRate,3;
......bonus bMaxSP,300;
...}
}